Skip to content

fix(AABBTree): wrong parallelization scheme in containing_boxes(..) - #1207

Merged
BotellaA merged 2 commits into
Geode-solutions:fix/aabb-para-bboxfrom
yo35:fix-parallelization-in-point-query
Nov 6, 2025
Merged

fix(AABBTree): wrong parallelization scheme in containing_boxes(..)#1207
BotellaA merged 2 commits into
Geode-solutions:fix/aabb-para-bboxfrom
yo35:fix-parallelization-in-point-query

Conversation

@yo35

@yo35 yo35 commented Oct 31, 2025

Copy link
Copy Markdown
Contributor

Currently, AABBTree::containing_boxes(..) is always executed sequentially since depth_ > async_depth_ is always true. Based on the rest of the AABBTree, I guess it's a bug.

@yo35

yo35 commented Nov 6, 2025

Copy link
Copy Markdown
Contributor Author

@BotellaA This is not related to #1206, but I noticed that when going through all the AABBTree queries.

@BotellaA
BotellaA changed the base branch from master to fix/aabb-para-bbox November 6, 2025 12:05
@BotellaA
BotellaA merged commit 12cc772 into Geode-solutions:fix/aabb-para-bbox Nov 6, 2025
4 of 5 checks passed
@BotellaA

Copy link
Copy Markdown
Member

🎉 This PR is included in version 15.30.1-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@BotellaA

Copy link
Copy Markdown
Member

🎉 This PR is included in version 15.30.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@yo35
yo35 deleted the fix-parallelization-in-point-query branch May 22, 2026 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants